home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / DVDStar / Editace / hltp.exe / {app} / Applications / QuArK / help / standard.css < prev   
Cascading Style Sheet File  |  2004-01-05  |  2KB  |  138 lines

  1. BODY {
  2.   background-color: #FFFFFF;
  3.   margin: 1;
  4.   font-family: MS Sans Serif, Arial;
  5.   font-size: 10pt;
  6.   color: #000000;
  7. }
  8. P {
  9.   font-family: MS Sans Serif, Arial;
  10.   font-size: 10pt;
  11.   color: #000000;
  12.   margin-left: 0;
  13.   margin-right: 0;
  14. }
  15. P.sm {
  16.   font-size: 8pt;
  17. }
  18. A:link {
  19.   color: #3060c0;
  20.   text-decoration: none;
  21.   font-family: MS Sans Serif, Arial;
  22. }
  23. A:visited {
  24.   color: #1050a0;
  25.   text-decoration: none;
  26.   font-family: MS Sans Serif, Arial;
  27. }
  28. .sm {
  29.   font-family: MS Sans Serif, Arial;
  30.   font-size: 8pt;
  31.   color: #000000;
  32. }
  33. .warning {
  34.   font-size: 12pt; color: #FF0000;
  35. }
  36. .topheadline {
  37.   font-family: MS Sans Serif, Arial;
  38.   font-size: 24pt;
  39.   font-weight: bold;
  40. }
  41. P.headline {
  42.   text-align: left;
  43.   font-weight: bold;
  44.   font-size: 14pt;
  45. }
  46. P.subheadline {
  47.   text-align: left;
  48.   font-weight: bold;
  49.   font-size: 12pt;
  50. }
  51. P.subsubheadline {
  52.   text-align: left;
  53.   font-weight: bold;
  54.   font-size: 10pt;
  55. }
  56. TR.headline {
  57.   background: #E0E0E0;
  58. }
  59. UL {
  60.   font-family: MS Sans Serif, Arial;
  61.   font-size: 10pt;
  62.   color: #000000;
  63. }
  64. UL.section {
  65.   list-style: none;
  66.   margin-left: 10;
  67.   margin-top: 5;
  68.   margin-bottom: 5;
  69. }
  70. UL.subsection, UL.index {
  71.   list-style: none;
  72.   margin-top: 5;
  73.   margin-bottom: 5;
  74. }
  75. TH, TD, OL {
  76.   font-family: MS Sans Serif, Arial;
  77.   font-size: 10pt;
  78.   color: #000000;
  79. }
  80. DL {
  81.   font-family: MS Sans Serif, Arial;
  82.   font-size: 10pt;
  83.   color: #000000;
  84. }
  85. DT {
  86.   font-weight: bold;
  87.   font-family: MS Sans Serif, Arial;
  88.   font-size: 10pt;
  89.   color: #000000;
  90.   margin: 5, 20, 0, 20; /* this because of Netscape4 - Decker */
  91. }
  92. DD {
  93.   font-family: MS Sans Serif, Arial;
  94.   font-size: 10pt;
  95.   color: #000000;
  96.   margin: 0, 20, 0, 70; /* this because of Netscape4 - Decker */
  97. }
  98. SPAN.added {
  99. /* For the "(01 jan 2000)" texts */
  100.   font-family: Small Fonts;
  101.   font-size: 6pt;
  102.   color: #AAAAAA;
  103. }
  104. SPAN.q_a {
  105. /* (Q)uestion and (A)nswers */
  106.   font-family: MS Sans Serif, Arial;
  107.   font-size: 12pt;
  108.   font-weight: bold;
  109.   color: #000000;
  110. }
  111. .doccode {
  112.   font-family: Courier New, Courier;
  113.   font-size: 10pt;
  114.   color: #000088;
  115.   margin-left: 20;
  116. }
  117. DIV.sections {
  118.   margin: 10, 10, 10, 10;
  119. }
  120. .navdisable {
  121.   color: #A0A0A0;
  122. }
  123. .navenable {
  124. }
  125. PRE {
  126.   font-family: Fixed;
  127. }
  128. P.item {
  129.   font-family: MS Sans Serif, Arial;
  130.   font-weight: bold;
  131. }
  132. TT {
  133.   color: #880000;
  134. }
  135. SPAN.act {
  136.   background: #F0F0FF;
  137. }
  138.